home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000290_news@columbia.edu_Mon Sep 4 03:33:06 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13077
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 4 Sep 1995 12:51:10 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09764
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 4 Sep 1995 12:51:09 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!newsjunkie.ans.net!howland.reston.ans.net!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Transfering files with upper case filenames
  9. Message-Id: <1995Sep4.093306.60495@cc.usu.edu>
  10. Date: 4 Sep 95 09:33:06 MDT
  11. References: <DEDq5F.8tz@carmen.logica.co.uk>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <DEDq5F.8tz@carmen.logica.co.uk>, Luc Bollen <lb@brussels.logica.com> writes:
  17. > I'm using kermit (mskermit V3.14) to transfer files from MS-DOS to UNIX, 
  18. > and due to a constraint of the Unix application that is processing the 
  19. > received files, the filenames must be created on the Unix machine in 
  20. > UPPER CASE.
  21. > Using a command like 'send FILE.DAT FILE.DAT' results in the filename 
  22. > created on the Unix machine to be in lower case (i.e. 'file.dat') in 
  23. > place of upper case (i.e. 'FILE.DAT').
  24. > Could anybody let me know if it is possible to get filenames created on 
  25. > the Unix machine in uppercase?  If yes, using which command ?
  26. ----------------
  27.     If you read the C Kermit user's manual this is explained. The
  28. command is SET FILE NAMES LITERAL. Try it; it works.
  29.     Joe D.